home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / initsnb.zoo / init / sh / signames.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-09  |  1.3 KB  |  43 lines

  1. /*
  2.  * This file was generated by the mksignames program.
  3.  * (And then later tailored for MiNT ST by Stephan Neuhaus
  4.  * neuhaus@informatik.uni-kl.de)
  5.  */
  6.  
  7. #include "shell.h"
  8.  
  9. char *const sigmesg[32] = {
  10.       0,                /*  0 */
  11.       "Hangup",                /*  1 */
  12.       "Interrupt",            /*  2 */
  13.       "Quit",                /*  3 */
  14.       "Illegal instruction",        /*  4 */
  15.       "Trace/BPT trap",            /*  5 */
  16.       "abort",                /*  6 */
  17.       "Privilege violation",        /*  7 */
  18.       "Floating exception",        /*  8 */
  19.       "Killed",                /*  9 */
  20.       "Bus error",            /* 10 */
  21.       "Segmentation fault",        /* 11 */
  22.       "Bad system call",        /* 12 */
  23.       "Broken pipe",            /* 13 */
  24.       "Alarm call",            /* 14 */
  25.       "Terminated",            /* 15 */
  26.       "Urgent I/O",            /* 16 */
  27.       "Stopped",            /* 17 */
  28.       "Stopped",            /* 18 */
  29.       "Continue",            /* 19 */
  30.       "Child stopped or exited",    /* 20 */
  31.       "Stopped (input)",        /* 21 */
  32.       "Stopped (output)",        /* 22 */
  33.       "I/O possible",            /* 23 */
  34.       "Time limit exceeded",        /* 24 */
  35.       "File size limit exceeded",    /* 25 */
  36.       "Virtual timer alarm",        /* 26 */
  37.       "Profiling alarm",        /* 27 */
  38.       "Window size changed",        /* 28 */
  39.       "User signal 1",            /* 29 */
  40.       "User signal 2",            /* 30 */
  41.       "Unknown signal",            /* 31 */
  42. };
  43.